SftTree/OCX 7.0

SftTree.Refresh Method

Softel vdm, Inc.

Forces an immediate repaint of the tree control.

Syntax       

VB.NET

object.Refresh()
object.CtlRefresh()

VB

object.Refresh

C#.NET

void object.Refresh();
void object.CtlRefresh();

VC++

HRESULT object->Refresh();

C

HRESULT object->raw_Refresh();

Delphi

procedure object.Refresh();

object

A SftTree object.

Comments

The Refresh method forces an immediate repaint of the tree control.

Painting a control is handled automatically while no events are occurring.  However, there may be situations where you want the control updated immediately. The Refresh method causes the control to be immediately repainted.

See Also  SftTree Object | Object Hierarchy


Feedback / comments / error reports for this topic
© 2015 - Softel vdm, Inc. - www.softelvdm.com